Vcenter NamespaceManagement ClusterSizeInfo VmInfo

Vcenter NamespaceManagement ClusterSizeInfo VmInfo
Vcenter NamespaceManagement ClusterSizeInfo VmInfo

The Vcenter NamespaceManagement ClusterSizeInfo VmInfo schema contains the information about the configuration of the virtual machines which would be created for Namespaces.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "count": 0,
    "cores_per_socket": 0,
    "memory": 0,
    "capacity": 0
}
integer As int64 As int64
count
Required

Number of CPU cores.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
cores_per_socket
Required

Number of CPU cores per socket.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
memory
Required

Memory size, in mebibytes.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
capacity
Required

Overall capacity of the disks in the virtual machine, in mebibytes.

This property was added in vSphere API 7.0.0.0.